Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    from(X)  → cons(X,n__from(s(X)))
2:    sel(0,cons(X,Y))  → X
3:    sel(s(X),cons(Y,Z))  → sel(X,activate(Z))
4:    from(X)  → n__from(X)
5:    activate(n__from(X))  → from(X)
6:    activate(X)  → X
There are 3 dependency pairs:
7:    SEL(s(X),cons(Y,Z))  → SEL(X,activate(Z))
8:    SEL(s(X),cons(Y,Z))  → ACTIVATE(Z)
9:    ACTIVATE(n__from(X))  → FROM(X)
The approximated dependency graph contains one SCC: {7}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.04 seconds)   ---  May 3, 2006